home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 10
/
BBS In A Box Volume X (AMUG) (January 1994).bin
/
Files
/
Prog
/
B-C
/
C++ FAQ Reference 1.0.cpt
/
C++ FAQ Reference 1.0.rsrc
/
STR#_137.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-30
|
382 b
|
17 lines
What is 'const correctness'?
Is 'const correctness' a good goal?
Is 'const correctness' tedious?
Should I try to get things const correct 'sooner' or 'later'?
What is a `const member function'?
What is an 'inspector'? What is a 'mutator'?
What is 'casting away const in an inspector' and why is it legal?
But doesn't 'cast away const' mean lost optimization opportunities?